home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / resevil4 / re4_0331_press.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as
Text File  |  2004-04-21  |  363b  |  15 lines

  1. on(release){
  2.    if(_global.notplaying == false)
  3.    {
  4.       unloadMovieNum(10);
  5.       unloadMovieNum(11);
  6.       _global.notplaying = true;
  7.    }
  8.    _root.video_scroll._visible = 1;
  9.    _root.scroller._visible = 0;
  10.    _root.art_scroll._visible = 0;
  11.    _root.screenbut.enabled = true;
  12.    _root.artbut.enabled = true;
  13.    _root.videobut.enabled = false;
  14. }
  15.